fixed the changes to joint names and added env variables. - #26
Open
christymanthara wants to merge 4 commits into
Open
fixed the changes to joint names and added env variables.#26christymanthara wants to merge 4 commits into
christymanthara wants to merge 4 commits into
Conversation
KhushiSharma22
approved these changes
Jul 23, 2026
KhushiSharma22
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for this! Nice addition; routing the planner through OpenRouter via the OpenAI Agents SDK opens up a lot of model flexibility, and the fallback-to-Anthropic design keeps existing setups working.
Everything looks great; there's just one quick change that might block the run in case of default runs. I can fix it for you in case you want that, dropping a comment here. Approving in principle :)
…d env.example with new env variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Openrouter as a model provider and openai agents sdk framework for the agent in addition to already existing Anthropic. This is limited to the nl_arm_controller example in the repo